*{
    font-family: '华文细黑';
}

html{
    height: 100%;
}

body{
    background-color: rgb(44, 78, 139);
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
}

svg{
    background-color: rgb(228, 228, 228);
    box-shadow: 0px 3px 15px rgb(22, 42, 79);
    border-radius: 10px;
    padding: 10px;
}

#title{
    color: white;
    font-size: 30px;
}

.bar{
    background-color: rgb(115, 143, 185);
    border-color: rgb(115, 143, 185);
    fill: rgb(115, 143, 185);
}

.bar:hover{
    fill: rgb(52, 65, 125);
}

#tooltip{
    margin-top: 10px;
    color: white;
    font-size: 20px;

}